Opc.Ua.Core
LocalizedText Constructor(String,String,String,Object[])



Opc.Ua Namespace > LocalizedText Class > LocalizedText Constructor : LocalizedText Constructor(String,String,String,Object[])
Formats the text with the arguments using the specified locale.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As String, _
   ByVal locale As String, _
   ByVal text As String, _
   ByVal ParamArray args() As Object _
)
'Usage
 
Dim key As String
Dim locale As String
Dim text As String
Dim args() As Object
 
Dim instance As New LocalizedText(key, locale, text, args)
public LocalizedText( 
   string key,
   string locale,
   string text,
   params object[] args
)
public:
LocalizedText( 
   String^ key,
   String^ locale,
   String^ text,
   ... array<Object^>^ args
)

Parameters

key
locale
text
args
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LocalizedText Class
LocalizedText Members
Overload List